home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / yerli / 07 / _SETUP.1 / Emlak 2000.exe / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1999-02-04  |  4KB  |  191 lines

  1. object Form9: TForm9
  2.   Left = 345
  3.   Top = 163
  4.   BorderStyle = bsNone
  5.   Caption = 'G∩┐╜sterilen Kiral∩┐╜k Emlak Listesi'
  6.   ClientHeight = 300
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 300
  23.     Height = 300
  24.     AutoSize = True
  25.     Picture.Data = {<image000.jpg>}
  26.     OnMouseDown = Image1MouseDown
  27.   end
  28.   object Image2: TImage
  29.     Left = 32
  30.     Top = 240
  31.     Width = 113
  32.     Height = 38
  33.     Picture.Data = {<image001.jpg>}
  34.     Stretch = True
  35.     Visible = False
  36.   end
  37.   object Image3: TImage
  38.     Left = 160
  39.     Top = 240
  40.     Width = 113
  41.     Height = 38
  42.     Picture.Data = {<image002.jpg>}
  43.     Stretch = True
  44.     Visible = False
  45.   end
  46.   object Label1: TLabel
  47.     Left = 40
  48.     Top = 248
  49.     Width = 97
  50.     Height = 25
  51.     Alignment = taCenter
  52.     AutoSize = False
  53.     Caption = 'Bul'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clLime
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.     Transparent = True
  61.     OnMouseDown = Label1MouseDown
  62.     OnMouseUp = Label1MouseUp
  63.   end
  64.   object Label2: TLabel
  65.     Left = 168
  66.     Top = 248
  67.     Width = 97
  68.     Height = 25
  69.     Alignment = taCenter
  70.     AutoSize = False
  71.     Caption = '∩┐╜∩┐╜k∩┐╜∩┐╜'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clLime
  74.     Font.Height = -13
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsBold]
  77.     ParentFont = False
  78.     Transparent = True
  79.     OnMouseDown = Label2MouseDown
  80.     OnMouseUp = Label2MouseUp
  81.   end
  82.   object Label3: TLabel
  83.     Left = 32
  84.     Top = 224
  85.     Width = 46
  86.     Height = 13
  87.     Caption = 'Ad Soyad'
  88.     Transparent = True
  89.     Visible = False
  90.   end
  91.   object SpeedButton1: TSpeedButton
  92.     Left = 224
  93.     Top = 216
  94.     Width = 41
  95.     Height = 21
  96.     Caption = 'T∩┐╜m∩┐╜'
  97.     OnClick = SpeedButton1Click
  98.   end
  99.   object DBGrid1: TDBGrid
  100.     Left = 32
  101.     Top = 64
  102.     Width = 241
  103.     Height = 145
  104.     DataSource = DataSource1
  105.     FixedColor = 8750469
  106.     TabOrder = 0
  107.     TitleFont.Charset = DEFAULT_CHARSET
  108.     TitleFont.Color = clWindowText
  109.     TitleFont.Height = -11
  110.     TitleFont.Name = 'MS Sans Serif'
  111.     TitleFont.Style = []
  112.     OnDblClick = DBGrid1DblClick
  113.     Columns = <
  114.       item
  115.         Expanded = False
  116.         FieldName = 'AdiSoyadi'
  117.         Width = 119
  118.         Visible = True
  119.       end
  120.       item
  121.         Expanded = False
  122.         FieldName = 'Tarih'
  123.         Width = 91
  124.         Visible = True
  125.       end>
  126.   end
  127.   object Edit1: TEdit
  128.     Left = 96
  129.     Top = 216
  130.     Width = 121
  131.     Height = 21
  132.     TabOrder = 1
  133.   end
  134.   object DataSource1: TDataSource
  135.     DataSet = Query1
  136.     Left = 128
  137.     Top = 72
  138.   end
  139.   object Query1: TQuery
  140.     Active = True
  141.     SQL.Strings = (
  142.       'select * from gosterilenkd')
  143.     Left = 152
  144.     Top = 72
  145.     object Query1Gosterilenkno: TIntegerField
  146.       FieldName = 'Gosterilenkno'
  147.     end
  148.     object Query1AdiSoyadi: TStringField
  149.       FieldName = 'AdiSoyadi'
  150.     end
  151.     object Query1Tarih: TStringField
  152.       FieldName = 'Tarih'
  153.       Size = 10
  154.     end
  155.     object Query1EvTel: TStringField
  156.       FieldName = 'Ev Tel'
  157.     end
  158.     object Query1IsTel: TStringField
  159.       FieldName = 'IsTel'
  160.     end
  161.     object Query1Ceptel: TStringField
  162.       FieldName = 'Ceptel'
  163.     end
  164.     object Query1Adres: TMemoField
  165.       FieldName = 'Adres'
  166.       BlobType = ftMemo
  167.       Size = 50
  168.     end
  169.     object Query1G1: TMemoField
  170.       FieldName = 'G1'
  171.       BlobType = ftMemo
  172.       Size = 50
  173.     end
  174.     object Query1G2: TMemoField
  175.       FieldName = 'G2'
  176.       BlobType = ftMemo
  177.       Size = 50
  178.     end
  179.     object Query1G3: TMemoField
  180.       FieldName = 'G3'
  181.       BlobType = ftMemo
  182.       Size = 50
  183.     end
  184.     object Query1G4: TMemoField
  185.       FieldName = 'G4'
  186.       BlobType = ftMemo
  187.       Size = 50
  188.     end
  189.   end
  190. end
  191.